XML Einrichten Version 1.2
QTYVar Simple Type
XML Einrichten Version 1.2 : QTYVar Simple Type
Beschreibung
Angabe, ob der Artikel mengenvariabel ist
Codeliset:
VQ = mengenvariabel
= nicht mengenvariabel
Namensraum (none)
Typ
Restriction of xs:string
Diagramm
QTYVar Simple Type
Overview
QTYVar Restriction of xs:string
Angabe, ob der Artikel mengenvariabel ist
Codeliset:
VQ = mengenvariabel
= nicht mengenvariabel
Facette (Aspekt)
MaxLength2
EnumerationVQ
Enumeration
Quelle
<xs:simpleType name="QTYVar" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Angabe, ob der Artikel mengenvariabel ist</dt>
        <dt>Codeliset: </dt>
        <dt>VQ  = mengenvariabel</dt>
        <dt>    = nicht mengenvariabel</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">
      <dl>
        <dt>Information whether a product is variable in quantity</dt>
        <dt>Code list: </dt>
        <dt>VQ  = yes</dt>
        <dt>    = no</dt>
      </dl>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="2" />
    <xs:enumeration value="VQ" />
    <xs:enumeration value="" />
  </xs:restriction>
</xs:simpleType>
Siehe auch
XML Einrichten Version 1.2